restoreGraphicsState Method
In This Topic
Restores the current graphics state of this canvas.
Syntax
public void restoreGraphicsState()
|
Exceptions
| Exception | Description |
| java.lang.IllegalStateException | when there are no graphic states on the stack |
See Also